Make Adwaita the default theme across platforms
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 01:19:09 +0000 (21:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 01:19:09 +0000 (21:19 -0400)
This ensures that we have a polished out-of-the-box appearance
on all platforms.

gtk/gtksettings.c

index 7804ae071b70ca03c5803df4a024a85a5f2ea19c..64912ceeaf8c6d81dc263642602de729f2e45047 100644 (file)
@@ -436,11 +436,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                              g_param_spec_string ("gtk-theme-name",
                                                                    P_("Theme Name"),
                                                                    P_("Name of theme to load"),
-#ifdef G_OS_WIN32
-                                                                 _gtk_win32_theme_get_default (),
-#else
                                                                   DEFAULT_THEME_NAME,
-#endif
                                                                   GTK_PARAM_READWRITE),
                                              NULL);
   g_assert (result == PROP_THEME_NAME);